@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
}

.wrapper{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 6%;
    font-size: 15px;
}

html{
    font-size: 100%;
}

body{
    /*font-family:none;*/
    line-height: 1.7;
    color: black;
}
a{
    text-decoration: none;
}

img{
    max-width: 100%;
}

.home-concent{
    text-align: center;
    margin-top: 10%;
}

.home-concent p{
    font-size: 1.125rem;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
    margin: 10px 0 42px;
}

.page-title{
    font-size: 7rem;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    line-height: 1;
}

.button{
    font-size: 1.375rem;
    background: rgb(0, 0, 0);
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
}
.button:hover{
    background: #6e6e6e;
}

.TextCenter{
    text-align: center;
}

.sectionText{
    margin-top: 200px;
    font-size: 50px;
}

.skillText{
    margin-top: 100px;
    font-size: 25px;
}

.skillText2{
    margin-top: 40px;
}

.center-left {
    width: 60%;
    margin-left: 30%;
    text-align: left;
    line-height: 1;
}

.center-right {
    width: 60%;
    margin-left: 45%;
    text-align: left;
    line-height: 1;
}

.leftIllust{
    display: flex;
    justify-content: center;
    gap: 80px; 
}
.leftIllust img{
    margin-top: 80px;
    margin-left: 20%;
    width: 25%;
    height: 25%;
    margin-bottom: 40px;
    border-radius: 8px;
}

.leftImg{
    display: flex;
    justify-content: center;
    gap: 80px;
}

.leftImg img{
    margin-left: 25%;
    width: 10%;
    height: 10%;
}

.leftImg2{
    display: flex;
    justify-content: center;
    gap: 80px;
}

.leftImg2 img{
    margin-left: 25%;
    margin-top: 15px;
    width: 10%;
    height: 10%;
}

.leftImg3{
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-left: 10%;
}

.centerContainer {
  display: flex;
  justify-content: center;
  width: 100%;
}

.imageWithCaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 15%;
}

.imageWithCaption img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}

.caption {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  color: #555;
}

.faceImg{
    display: flex;
    justify-content: center;
    gap: 50px;
}

.faceImg img{
    margin-left: 22%;
    width: 20%;
    height: 20%;
    border-radius: 100px;
}

.leftVideo{
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.leftVideo .video-thumbnail {
    width: 25%;
    height: 25%;
    margin-left: 20%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 8px;
    cursor: pointer;
}

.textBlock {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 60%;
    text-align: left;
    line-height: 0.1;
}

.textBlock3 {
    display: flex;
    flex-direction: column;
    width: 60%;
    text-align: left;
    line-height: 0.1;
}

.textBlock2 {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    width: 60%;
    text-align: left;
    line-height: 0.1;
}

.center-Text{
    text-align: center;
    margin-bottom: 50px;
}

.blackBackImage1 {
  margin: 0;
  padding: 0;
	height: 70px;
	background: rgb(0, 0, 0);
}

.blackBackImage2 {
  margin: 0;
  padding: 0;
	height: 200px;
	background: rgb(0, 0, 0);
}

.blackBackImage1 h1 {
  margin: 0;
  padding: 0;
  color: white;
}

.hedderText {
  display: inline-block;
  padding-top: 10px;
  padding: 5px;
  color: #fff;
  line-height: 2.4;
}

.illustImage {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}

.illustImage:hover img {
  filter: brightness(60%);
}

.illustImage:hover .overlay,
.illustImage:hover .text {
  opacity: 1;
}

.illustImage img {
  display: block;
  max-width: 100%;
  max-height: 50vh;
  height: auto;
  width: auto;
  transition: 0.3s ease;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s ease;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  text-align: center;
  opacity: 0;
  transition: 0.3s ease;
}

.IntroText{
    margin-top: 200px;
    font-size: 40px;
}

.IntroText2{
    margin-top: 50px;
    font-size: 25px;
}

.sectionTest2{
  color: white;
  text-align: right;
  padding-right: 5%;
  padding-top: 7%;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
  font-weight: 800;
}

.tooltip .tooltip-text {
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  width: max-content;
  max-width: 700px;
  max-height: 400px;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 10px 14px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition-delay: 0s;
  white-space: normal;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.8s;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.modal-content iframe {
  display: block;
  border-radius: 12px;
  width: 800px;
  height: 450px;
  max-width: 90vw;
  max-height: 60vh;
}

.close {
  position: absolute;
  top: 10px;
  right: 14px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000; 
}










#humMenu{
      padding: 12px;
  background: white;
}
 
#humCheck, #humClose { display:none; }
#humOpen {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
}
#humOpen:hover {
  opacity: 0.5;
}
#humClose, nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
}
#humClose {
  z-index: 2;
  width: 100%;
  background: gray;
  opacity: 0.8;
  transition: 0.5s;
}
nav {
  z-index: 3;
  width: 250px;
  background: white;
  transition: 0.5s;
  right: 0;
  transform: translateX(100%);
}
#humCheck:checked ~ #humClose { display: block; }
#humCheck:checked ~ nav {
  transform: translateX(0);
}
nav ul{
overflow: hidden;
list-style: none;
}
nav li{
  padding: 15px 0;
  margin: 10px 0;
  padding-left: 20px;
  text-align: left;
}
nav li:hover{
  opacity: 0.5;
}
nav li a{
  font-size: 20px;
  text-decoration: none;
  font-size: 20px;
  color: black;
}
#humberger {
  position: relative;
  height: 51px;
  width: 51px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid black;
  border-radius: 50%;
  transition: 0.3s;
}
#humberger div {
  position: absolute;
  right: 10px;
  height: 2px;
  width: 27px;
  background-color: #444;
  border-radius: 2px;
  transition: 0.3s;
}
#humberger div:nth-of-type(1) {
  bottom: 33px;
}
#humberger div:nth-of-type(2) {
  bottom: 23px;
}
#humberger div:nth-of-type(3) {
  bottom: 13px;
}

#humCheck:checked + #humOpen #humberger div:nth-of-type(1) {
  transform: rotate(45deg);
  top: 22px;
}
#humCheck:checked + #humOpen #humberger div:nth-of-type(2) {
  opacity: 0;
}
#humCheck:checked + #humOpen #humberger div:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 22px;
}

